Papers with Deep learning approaches
CodeGenWrangler: Data Wrangling task automation using Code-Generating Models (2025.naacl-industry)
Copied to clipboard
| Challenge: | Tabular datasets in industrial settings often encompass extensive data with numerous rows and columns. |
| Approach: | They propose a system that leverages large language models to generate executable code for data wrangling tasks . they identify inherent patterns in the data while leveraging external knowledge . |
| Outcome: | The proposed system detects patterns in the data while leveraging external knowledge . it generates executable code for data-wrangling tasks like missing value imputation and error correction . |
A Multi-sentiment-resource Enhanced Attention Network for Sentiment Classification (P18-2)
Copied to clipboard
| Challenge: | Existing sentiment classification approaches do not fully exploit sentiment linguistic knowledge. |
| Approach: | They propose a Multi-sentiment-resource Enhanced Attention Network to integrate sentiment linguistic knowledge into the deep neural network via attention mechanisms. |
| Outcome: | The proposed network captures sentiments from different representation sub-spaces, and is superior to strong competitors. |
Text2Tree: Aligning Text Representation to the Label Tree Hierarchy for Imbalanced Medical Classification (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to medical text classification are struggling with imbalanced data distribution and rare labels. |
| Approach: | They propose a framework-agnostic algorithm that only utilizes internal label hierarchy in training deep learning models. |
| Outcome: | The proposed approach performs better on public datasets and real-world medical records than existing methods. |
Landmark-Guided Cross-Speaker Lip Reading with Mutual Information Regularization (2024.lrec-main)
Copied to clipboard
| Challenge: | Lip reading is a process of interpreting silent speech from visual lip movements . but lip reading in cross-speaker scenarios poses a challenging problem due to inter-speech variability . |
| Approach: | They propose to exploit lip landmark-guided visual clues instead of mouth-cropped images as input features. |
| Outcome: | Experimental results show that the proposed approach reduces speaker-specific appearance characteristics in cross-speaker scenarios. |